home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
code
/
p_serlib.sit
/
Serial Library Source Code
/
absorb_echo.h
< prev
next >
Wrap
Text File
|
1989-07-27
|
600b
|
23 lines
/***********************************************************************/
/*
/* absorb_echo.h
/* by Atul Butte
/* Copyright ⌐ 1989 by Microsoft Corporation
/* All Rights Reserved
/*
/* version 1.0
/*
/*
/* This module provides a routine which will absorb a character
/* sent from the host.
/*
/***********************************************************************/
/***********************************************************************/
/*
/* P R O T O T Y P E S
/*
/***********************************************************************/
OSErr absorb_echo( short refIn, char chCompare );